home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
freaky-fun.swf
/
scripts
/
frame_29
/
PlaceObject2_240_33
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-07
|
262 b
|
15 lines
onClipEvent(enterFrame){
this._y += 5;
if(this._y >= 1500)
{
this._y = 0;
this._x = random(300) + 100;
gotoAndStop(1);
}
if(this.tester.hitTest(_root.hero))
{
_root.score += 1000;
this.play();
}
}